From: Stefan Monnier Date: Mon, 31 Jan 2011 17:11:11 +0000 (-0500) Subject: Fix last-minute typo in last change. X-Git-Tag: archive/raspbian/1%29.2+1-2+rpi1~1^2~324^2~4991 X-Git-Url: https://dgit.raspbian.org/%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:///%22http:/www.example.com/cgi/%22https:/www.github.com/%22bookmarks:/?a=commitdiff_plain;h=165b0276f09bc343e407b3accf5e48a0b04a2415;p=emacs.git Fix last-minute typo in last change. --- diff --git a/lisp/progmodes/compile.el b/lisp/progmodes/compile.el index f1a5801ea1a..5dde9ba9a98 100644 --- a/lisp/progmodes/compile.el +++ b/lisp/progmodes/compile.el @@ -858,8 +858,8 @@ POS and RES.") ;; ends up having to walk very far back to find the last change. (if (and compilation--previous-directory-cache (< pos (car compilation--previous-directory-cache)) - (or (null (cdr compilation--previous-directory-cache) - (< (cdr compilation--previous-directory-cache) pos)))) + (or (null (cdr compilation--previous-directory-cache)) + (< (cdr compilation--previous-directory-cache) pos))) ;; No need to call previous-single-property-change. (cdr compilation--previous-directory-cache)